home *** CD-ROM | disk | FTP | other *** search
/ The PC-SIG Library 10 / The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso / PC_SIGCD / 02 / 5 / DISK0254.ZIP / HELPPCJR / SECNDRY / DEVICES.HLP < prev    next >
Text File  |  1984-09-05  |  1KB  |  24 lines

  1. DOS reserves some device names for its own use.  You should not use them as
  2. filenames.  Their names and meanings are described below:
  3.  
  4. CON  - This specifies the console screen and keyboard.  If it is used as
  5.        an input device, pressing the Ctrl-Z key will generate an "end-of-file"
  6.        indication and end the use of CON as an input device.
  7.  
  8. PRN or LPT1  - This specifies the first parallel printer.  The printer device
  9.                may be used as an output device only.  LPT2 and LPT3 are also
  10.                names reserved for use with the IBM PC.
  11.  
  12. AUX or COM1  - This is normally the serial port, however when the optional
  13.                modem is installed this is designated as the modem port and the
  14.                serial port is reassigned to the device COM2!
  15.  
  16. COM2  - The serial port gets reassigned to this device when the modem option is
  17.         installed.
  18.  
  19. NUL  - This is a nonexistent device that can be used when testing programs
  20.        or where only certain portions of the output should be displayed or
  21.        printed.  As an input device, an "end-of-file" is generated on the
  22.        first read, as a high speed output device the write operation is
  23.        simulated, but no output is generated.
  24.